home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 019 / attdump.arc / AT&TDUMP.TXT < prev   
Encoding:
Text File  |  1986-09-11  |  486 b   |  25 lines

  1.  
  2. AT&TDUMP.ARC
  3. ------------
  4.  
  5. This program will print the super-hi resolution screen used on
  6. the AT&T PC 6300 to an Epson code compatible printer.  A few bugs
  7. remain, but it essentially works.  The file AT&TDUMP.SCR is a
  8. sample screen.
  9.  
  10. To save a screen use the following commands in your code:
  11.  
  12. DEF SEG = &HB800
  13. BSAVE "d:filename.ext",0,32000
  14.  
  15. To display a saved screen . . .
  16.  
  17. SCREEN 100
  18. DEF SEG = &HB800
  19. BLOAD "d:filename.ext"
  20.  
  21. -------------
  22. Reed Esau
  23. 9/10/86
  24.  
  25.